home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
271_02
/
sound.doc
< prev
next >
Wrap
Text File
|
1987-08-18
|
589b
|
39 lines
NAME
soundon -- turn on the speaker
soundoff -- turn off the speaker
SYNOPSIS
void soundon();
void soundoff();
DESCRIPTION
These are very low level functions to manipulate the speaker
port control. It may be used with any function, but was developed
for use with the mktone() function. Timer values should be set
before turning the speaker on.
This function is found in SMTCx.LIB for the Turbo-C Compiler.